ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / CompiledRegion.Entity Structure / CompiledRegion.Entity Constructor / CompiledRegion.Entity Constructor(PointF[])
An array of points defining the entity.

In This Topic
    CompiledRegion.Entity Constructor(PointF[])
    In This Topic
    Initializes a new instance of the CompiledRegion.Entity struct with the specified points.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal points() As PointF _
    )
    public CompiledRegion.Entity( 
       PointF[] points
    )

    Parameters

    points
    An array of points defining the entity.
    See Also